projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
29e6a4f
e0cdd37
)
auto merge of #599 : epdtry/cargo/profile-codegen-units, r=alexcrichton
author
bors
<bors@rust-lang.org>
Thu, 18 Sep 2014 18:43:40 +0000
(18:43 +0000)
committer
bors
<bors@rust-lang.org>
Thu, 18 Sep 2014 18:43:40 +0000
(18:43 +0000)
If the profile sets `codegen-units`, the value will be passed to `rustc`'s `-C codegen-units` option. If no value is set, then no argument will be passed, so `rustc` will use its default settings.
Trivial merge